home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
workbench+shell
/
a-f
/
extrainfo
/
catalogs
/
extrainfo.cd
< prev
next >
Wrap
Text File
|
1995-07-15
|
16KB
|
1,046 lines
#language english
#version 1
;
; Created from $VER: ExtraInfo.cd 1.1 (15.7.95)
;
; Catalog description file for ExtraInfo.
;
; Help for translators:
;
; o Put your AmigaDOS version string after "## version", above.
; Current major version number is 1. You must use this, too.
;
; o Put language name after "## language", above.
;
; o (Optional) Put an author chunk below "## codeset", something like:
; ## chunk AUTH Klingon catalog for ExtraInfo by Glurchh Splath (gspalth@starfleet.mil)
;
; o Enter your translations for the texts below.
;
; o (Optional) Remove these instructions.
;
; In the texts below:
; o Lines beginning with ; are comments.
;
; o If you are updating a catalog translation from the previous version:
; ++ marks new entries, ## changed entries, -- deleted entries.
;
; o Each text has the ID followed by a blank line on which you should
; enter your translation, followed by the original English text as
; a handy reference (commented out), followed by any other comments I
; may have added.
;
; o \033c is a code that makes BGUI centre lines in the requester. Leave
; it at the beginning of messages with more than one line, it is not
; needed if the message has only one line.
;
; o Codes like %s and %lu get values substituted for them when the
; program runs. You must include all of these codes, in the same order,
; in your translation at the appropriate points. A comment will indicate
; what kind of value gets substituted for each code.
;
; o Put in the code \n when you want to start a new line. The \ character
; by itself at the end of a line means the text continues on the next
; line with nothing in between.
;
; o Gadget labels (xxxLAB) usually have keyboard shortcuts. The shortcut
; key is the one after the underscore character "_". Do not use
; shifted characters. Ensure you give all gadgets that appear on the
; same page a unique shortcut. Put the shortcut key in the next ID
; (xxxKEY) as well.
;
; o It is technically possible to have a keyboard shortcut without an
; associated underscored character in the label, but this should be
; avoided as the shortcut is then not obvious.
;
; o Shortcut keys for menu labels (at end) should be uppercase. Changing
; the default keys is discouraged, as this violates the Style Guide.
;
; o Any questions, mail me: nick.christie@oucs.ox.ac.uk.
; Thanks for your time and effort. I really appreciate it.
;
;*************************************************************************
; Error Messages
;
; Unless otherwise noted, all of these appear in requesters.
;*************************************************************************
;
NOMEMMSG (//)
Not enough memory available!
;
NOLIBMSG (//)
Couldn't open %s V%lu!
;
; <%s = libname> <%lu = libver>
;
ARGERRMSG (//)
Error in command line arguments:
;##
; <sent to stdout, DOS error msg & LF appended>
;
NOEXICONMSG (//)
Couldn't access program icon to read tooltypes!
;
;
BADBOOLTOOLMSG (//)
\033cInvalid value '%s'\nfor boolean keyword '%s'.\nPlease specify a value of\nYES, NO, TRUE or FALSE.
;##
; <%s = user's value> <%s = keyword>
;
BADSTRTOOLMSG (//)
\033cInvalid value for string keyword '%s'.\nPlease supply an unquoted value for this keyword.
;##
; <%s = keyword>
;
BADINTTOOLMSG (//)
\033cInvalid value '%s'\nfor integer keyword '%s'.\nPlease supply an integer value.
;##
; <%s = user's value> <%s = keyword>
;
BADHEXTOOLMSG (//)
\033cInvalid value '%s'\nfor hex keyword '%s'.\nPlease supply a hexadecimal value.
;++
; <%s = user's value> <%s = keyword>
;
BADKEYTOOLMSG (//)
\033cInvalid value '%s'\nfor keyword '%s'.\nPlease supply one of:\n%s.
;++
; <%s = user's value> <%s = keyword> <%s = valid values>
;
MUSTPOPUPMSG (//)
\033cAPPICON option not selected:\noption NOPOPUP ignored.
;
;
NOFONTMSG (//)
\033cCouldn't open font '%s', size %ld!
;
; <%s = fontname> <%ld = fontsize>
;
NOAPPICONIMAGEMSG (//)
\033cCouldn't locate icon\n'%s.info'\nfor use as AppIcon image!
;
; <%s = appicon filename>
;
NOADDAPPICONMSG (//)
Couldn't create AppIcon!
;
;
NOWINOBJMSG (//)
Couldn't create window object!
;
;
NOOPENWINMSG (//)
Couldn't open the window!
;
;
;*************************************************************************
; Requester Title & Gadget Strings
;
; Note: underscored shortcut keys in gadget labels for requesters
; do not have a separate ID.
;*************************************************************************
;
INFORMTITLEMSG (//)
Message from ExtraInfo
;
;
INFORMOKAYMSG (//)
_Okay
;
;
CONFIRMTITLEMSG (//)
Query from ExtraInfo
;++
;
CONFIRMGADMSG (//)
_Yes|_No
;++
;
SHOWINFOTITLEMSG (//)
Show Info For?
;
;
PICKTOOLTITLEMSG (//)
Select Default Tool
;
;
QUITBODYMSG (//)
Do you want ExtraInfo to quit?
;
;
DROPICONBODYMSG (//)
Replace icon image?
;
;
DISCARDBODYMSG (//)
\033cCurrent object has been edited.\nDo you want to discard the changes?
;++
;
WARNPASTESIZEMSG (//)
\033cThe clipboard contains %lu bytes of text.\nAre you really sure you want to paste so much?
;++
; <%lu = number of bytes>
;
ICONLOADBODYMSG (//)
\033cDo you want to load the default icon,\nor choose your own using a requester?
;++
;
ICONLOADGADMSG (//)
_Default|Ch_oose|_Cancel
;++
;
ICONLOADTITLEMSG (//)
Load New Image From Icon?
;++
;
SAVEASTITLEMSG (//)
Save Icon As?
;++
;
OVERWRITEBODYMSG (//)
Overwrite existing icon?
;++
;
ABOUTCATMSG (//)
No catalog loaded: using\nEnglish language (default).
;++
;<For catalog translators, appears in About requester. Use something like:>
;<Klingon translation by Glurchh Splath\ngspalth@starfleet.mil>
;<Looks best with no more than about 40 chars per line,>
;<and no more than 3 lines, please.>
;
;*************************************************************************
; General Runtime Strings
;
; Unless otherwise noted, all of these appear in requesters.
;*************************************************************************
;
NOEXAMINEMSG (//)
\033cCouldn't examine object\n'%s'!\nDOS Error: %s
;
; <%s = objectname, %s = dos error msg>
;
NOGETICONMSG (//)
\033cCouldn't find an icon for\n'%s'!
;
; <%s = objectname>
;
BADWBOBJMSG (//)
\033cUnrecognized or unsupported\nWorkbench object type:\n'%s'!
;
; <%s = objectname>
;
WBDISKMSG (//)
Volume
;
; <this & next 4 appear in window title & icon page as object type>
;
WBDRAWERMSG (//)
Drawer
;
;
WBTOOLMSG (//)
Tool
;
;
WBPROJECTMSG (//)
Project
;
;
WBGARBAGEMSG (//)
Trashcan
;
;
ISDEFAULTMSG (//)
(Default)
;
; <appended to window title if icon is default icon>
;
JUSTICONMSG (//)
(No File)
;
; <appended to window title if icon has no associated file>
;
LONGPATHMSG (//)
\033cFull pathname of\n'%s'\nis too long!
;
; <%s = objectname>
;
NOGETPATHMSG (//)
\033cCouldn't get full pathname of object!\nDOS Error: %s
;
; <%s = dos error msg>
;
INVALIDDATEMSG (//)
(Invalid Date)
;
;
VERSIONOFFMSG (//)
(Undetermined)
;
;
FILETYPEOFFMSG (//)
(Undetermined)
;
;
NOVERSIONMSG (//)
(Not Found)
;
;
NOTAPPVERSIONMSG (//)
(Not Applicable)
;
;
NOFILETYPEMSG (//)
(Unknown)
;
;
NOWHATISTYPEMSG (//)
(Not Available)
;
;
FILEOWNERMSG (//)
Owner
;
;
FILEGROUPMSG (//)
Group
;
;
FILEOTHERMSG (//)
Others
;
;
NOICONBYTESMSG (//)
(Unknown)
;
;
ICONHCOMPMSG (//)
Complement
;
; <this & 3 below are for icon highlight>
;
ICONHBACKMSG (//)
Backfill
;
;
ICONHIMAGEMSG (//)
Alt.Image
;
;
ICONHNONEMSG (//)
None
;++
;
NOICONPOSMSG (//)
None
;
;
READONLYMSG (//)
Read Only
;
; <this & 3 below are for volume states>
;
VALIDATINGMSG (//)
Validating
;
;
READWRITEMSG (//)
Read/Write
;
;
UNKNOWNSTATEMSG (//)
Unknown
;
;
NOVOLDEVMSG (//)
Unknown
;
;
NOSETPROTMSG (//)
\033cCouldn't set protection flags for\n'%s'!
;
; <%s = pathname>
;
NOSETNOTEMSG (//)
\033cCouldn't set comment for\n'%s'!
;
; <%s = pathname>
;
NOPUTDISKOBJMSG (//)
\033cCouldn't save icon for\n'%s'!
;
; <%s = pathname>
;
NOTHINGTOCLIPMSG (//)
Nothing to cut or copy to clipboard!
;
;
NOTHINGTOPASTEMSG (//)
No text in clipboard!
;
;
NOOPENCLIPMSG (//)
Couldn't open clipboard!
;
;
NOREADCLIPMSG (//)
Couldn't read from clipboard!
;
;
NOWRITECLIPMSG (//)
Couldn't write to clipboard!
;
;
NOTFTXTCLIPMSG (//)
Clipboard does not contain a valid IFF FTXT file!
;
;
CLIPERRORMSG (//)
Unexpected clipboard error: %ld!
;##
; <%ld = errornum>
;
NOGUIDEMSG (//)
\033cCouldn't find AmigaGuide database\n'%s'!
;
; <%s = guidename>
;
NOCHGNEWTOSTDMSG (//)
\033cSorry, I cannot replace a NewIcon\nimage with a standard icon image.
;++
;
TRUNCTOOLMSG (//)
\033c*** Warning! ***\nMaximum tooltype length exceeded!\nSome entries have been truncated.
;++
;
NODEFICONDIRMSG (//)
\033cCouldn't access default icon\ndirectory '%s'!
;++
; <%s = deficondir>
;
NODEFICONMSG (//)
\033cCould not get a default icon for\n'%s'!
;++
; <%s = pathname>
;
UNKNOWNGROUPMSG (//)
(Unknown)
;++
;
UNKNOWNUSERMSG (//)
(Unknown)
;++
;
TOOLPAGEMSG (//)
Tooltypes
;
; <this & 3 below are page tab gadget labels (no shortcut key)>
;
FILEPAGEMSG (//)
File Info
;
;
VOLPAGEMSG (//)
Volume Info
;
;
ICONPAGEMSG (//)
Icon Info
;
;
NOLAUNCHMSG (//)
\033cCouldn't run command\n'%s'!
;++
; <%s = commandline>
;
;*************************************************************************
; Main Window Gadget Labels and Keys
;
; As usual, place underscore '_' before shortcut key in label, set
; xxxKEY to that single shortcut character. Do not use any shifted
; characters, as Shift in BGUI cancels gadget activation.
;*************************************************************************
;
MAINSAVELAB (//)
_Save
;
; <save button gadget>
;
MAINSAVEKEY (/1/1)
s
;
;
MAINWRITELAB (//)
_Write
;
; <write button gadget>
;
MAINWRITEKEY (/1/1)
w
;
;
MAINNEXTLAB (//)
_Next
;++
; <next button gadget>
;
MAINNEXTKEY (/1/1)
n
;++
;
MAINPREVLAB (//)
_Prev
;++
; <prev button gadget>
;
MAINPREVKEY (/1/1)
p
;++
;
MAINCLOSELAB (//)
Cl_ose
;
; <close button gadget>
;
MAINCLOSEKEY (/1/1)
o
;
;
MAINQUITLAB (//)
_Quit
;
; <quit button gadget>
;
MAINQUITKEY (/1/1)
q
;
;
;*******************
; Tooltypes Page
;
; Gadgets on different pages may have
; same key, but not the same key as
; Save, Write, Next, Prev, Close &
; Quit as they are on all pages.
;*******************
;
TOOLEDITLAB (//)
_Edit
;
; <edit string gadget>
;
TOOLEDITKEY (/1/1)
e
;
;
TOOLTOPLAB (//)
_Top
;
; <top button gadget>
;
TOOLTOPKEY (/1/1)
t
;
;
TOOLUPLAB (//)
_Up
;
; <up button gadget>
;
TOOLUPKEY (/1/1)
u
;
;
TOOLDOWNLAB (//)
_Down
;
; <down button gadget>
;
TOOLDOWNKEY (/1/1)
d
;
;
TOOLBOTTOMLAB (//)
_Bottom
;
; <bottom button gadget>
;
TOOLBOTTOMKEY (/1/1)
b
;
;
TOOLINSERTLAB (//)
_Insert
;
; <insert button gadget>
;
TOOLINSERTKEY (/1/1)
i
;
;
TOOLTOGGLELAB (//)
To_ggle
;
; <toggle button gadget>
;
TOOLTOGGLEKEY (/1/1)
g
;
;
TOOLDUPLAB (//)
Dup_licate
;##
; <dup button gadget>
;
TOOLDUPKEY (/1/1)
l
;##
;
TOOLREMOVELAB (//)
_Remove
;
; <remove button gadget>
;
TOOLREMOVEKEY (/1/1)
r
;
;
TOOLCUTLAB (//)
Cut _x
;
; <cut button gadget>
;
TOOLCUTKEY (/1/1)
x
;
;
TOOLCOPYLAB (//)
_Copy
;
; <copy button gadget>
;
TOOLCOPYKEY (/1/1)
c
;
;
TOOLALLLAB (//)
_All/One
;##
; <select all/one button gadget>
;
TOOLALLKEY (/1/1)
a
;
;
TOOLPASTELAB (//)
Paste _v
;
; <paste button gadget>
;
TOOLPASTEKEY (/1/1)
v
;
;
;*******************
; File Page
;
; Gadgets on different pages may have
; same key, but not the same key as
; Save, Write, Next, Prev, Close &
; Quit as they are on all pages.
;*******************
;
FILEBYTESLAB (//)
Bytes
;
; <file bytes label, no key>
;
FILEBLOCKSLAB (//)
Blocks
;
; <file blocks label, no key>
;
FILEKEYLAB (//)
Key
;
; <file key label, no key>
;
FILEOWNERLAB (//)
Owner ID
;
; <owner id label, no key>
;
FILEGROUPLAB (//)
Group ID
;
; <group id label, no key>
;
FILEDATELAB (//)
Changed
;
; <last change date label, no key>
;
FILEVERLAB (//)
_Version
;
; <version button gadget>
;
FILEVERKEY (/1/1)
v
;
;
FILETYPELAB (//)
_FileType
;
; <file type button gadget>
;
FILETYPEKEY (/1/1)
f
;
;
FILESBITLAB (//)
S_cript
;
; <script bit checkbox gadget>
;
FILESBITKEY (/1/1)
c
;
;
FILEPBITLAB (//)
Pur_e
;##
; <pure bit checkbox gadget>
;
FILEPBITKEY (/1/1)
e
;##
;
FILEABITLAB (//)
Arc_hived
;
; <archive bit checkbox gadget>
;
FILEABITKEY (/1/1)
h
;
;
FILEWHOBITLAB (//)
_User
;
; <user bits cycle gadget>
;
FILEWHOBITKEY (/1/1)
u
;
;
FILERBITLAB (//)
_Readable
;
; <read bit checkbox gadget>
;
FILERBITKEY (/1/1)
r
;
;
FILEWBITLAB (//)
Writ_able
;
; <write bit checkbox gadget>
;
FILEWBITKEY (/1/1)
a
;
;
FILEEBITLAB (//)
E_xecutable
;##
; <exe bit checkbox gadget>
;
FILEEBITKEY (/1/1)
x
;##
;
FILEDBITLAB (//)
_Deletable
;
; <delete bit checkbox gadget>
;
FILEDBITKEY (/1/1)
d
;
;
FILENOTELAB (//)
Co_mment
;
; <comment string gadget>
;
FILENOTEKEY (/1/1)
m
;
;
;*******************
; Volume Page
;
; Gadgets on different pages may have
; same key, but not the same key as
; Save, Write, Next, Prev, Close &
; Quit as they are on all pages.
;*******************
;
VOLBYTESLAB (//)
Bytes
;
; <total bytes label, no key>
;
VOLBYTFREELAB (//)
Free
;
; <bytes free label, no key>
;
VOLBYTUSEDLAB (//)
Used
;
; <bytes used label, no key>
;
VOLFULLLAB (//)
Full
;
; <percent full label, no key>
;
VOLBLOCKSLAB (//)
Blocks
;
; <total blocks label, no key>
;
VOLBLKFREELAB (//)
Free
;
; <blocks free label, no key>
;
VOLBLKUSEDLAB (//)
Used
;
; <blocks used label, no key>
;
VOLBLKSIZELAB (//)
Size
;
; <block size label, no key>
;
VOLDATELAB (//)
Created
;
; <creation date label, no key>
;
VOLERRSLAB (//)
Errors
;
; <error count label, no key>
;
VOLSTATUSLAB (//)
Status
;
; <volume status label, no key>
;
VOLFSYSLAB (//)
FileSys
;
; <filesystem label, no key>
;
VOLDEVNAMELAB (//)
Device
;
; <device name label, no key>
;
VOLDEVUNITLAB (//)
Unit
;
; <device unit label, no key>
;
;
;*******************
; Icon Page
;
; Gadgets on different pages may have
; same key, but not the same key as
; Save, Write, Next, Prev, Close &
; Quit as they are on all pages.
;*******************
;
ICONTYPELAB (//)
Type
;
; <icon type label, no key>
;
ICONBYTESLAB (//)
Bytes
;
; <icon bytes label, no key>
;
ICONSIZELAB (//)
Size
;
; <icon size label, no key>
;
ICONPOSNLAB (//)
Position
;
; <icon position label, no key>
;
ICONHIGHLAB (//)
Highlight
;
; <highlight method label, no key>
;
ICONCOLOURSLAB (//)
_Colours
;
; <icon colours slider gadget>
;
ICONCOLOURSKEY (/1/1)
c
;
;
ICONSTACKLAB (//)
St_ack
;
; <stack size integer gadget>
;
ICONSTACKKEY (/1/1)
a
;
;
ICONUNSNAPLAB (//)
_UnSnap
;
; <icon unsnapshot button gadget>
;
ICONUNSNAPKEY (/1/1)
u
;
;
ICONSWAP12LAB (//)
Swap _B/W
;
; <icon swap pens 1&2 button gadget>
;
ICONSWAP12KEY (/1/1)
b
;
;
ICONLOADLAB (//)
_Image...
;++
; <icon image button gadget>
;
ICONLOADKEY (/1/1)
i
;++
;
ICONTOOLLAB (//)
_DefTool
;
; <default tool string gadget>
;
ICONTOOLKEY (/1/1)
d
;
;
ICONTOOLREQLAB (//)
_Req
;
; <default tool req button gadget>
;
ICONTOOLREQKEY (/1/1)
r
;
;
;*************************************************************************
; Main Window Menu Labels and Keys
;
; Use uppercase characters this time for shortcut keys.
;*************************************************************************
;
PROJECTMENULAB (//)
Project
;
;
OPENMENULAB (//)
Open...
;
;
OPENMENUKEY (/1/1)
O
;
;
EDITMENULAB (//)
Edit...
;++
;
EDITMENUKEY (/1/1)
E
;++
;
WRITEMENULAB (//)
Write
;
;
WRITEMENUKEY (/1/1)
W
;
;
SAVEMENULAB (//)
Save
;
;
SAVEMENUKEY (/1/1)
S
;
;
SAVEASMENULAB (//)
Save As...
;++
;
SAVEASMENUKEY (/1/1)
A
;++
;
HELPMENULAB (//)
Help...
;
;
HELPMENUKEY (/1/1)
H
;
;
ABOUTMENULAB (//)
About...
;
;
ABOUTMENUKEY (/1/1)
?
;
;
CLOSEMENULAB (//)
Close
;
;
CLOSEMENUKEY (/1/1)
K
;
;
QUITMENULAB (//)
Quit
;
;
QUITMENUKEY (/1/1)
Q
;
;
FILESMENULAB (//)
Files
;++
;